home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3547 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  853 b 

  1. Path: atglab.bls.com!Alun.Champion
  2. From: Alun.Champion@bridge.bst.bls.com (Alun Champion)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Pointers to member functions HOW?
  5. Date: 24 Jan 1996 19:31:13 GMT
  6. Organization: Computer People Inc.
  7. Message-ID: <ALUN.CHAMPION.96Jan24143113@g7240065.bridge.bst.bls.com>
  8. References: <31067074.6B53@compuserve.com>
  9.     <ALUN.CHAMPION.96Jan24142318@g7240065.bridge.bst.bls.com>
  10. NNTP-Posting-Host: bstfirewall.bst.bls.com
  11. In-reply-to: Alun.Champion@bridge.bst.bls.com's message of 24 Jan 1996
  12.     19:23:18 GMT
  13.  
  14. In article <ALUN.CHAMPION.96Jan24142318@g7240065.bridge.bst.bls.com> Alun.Champion@bridge.bst.bls.com (Alun Champion) writes:
  15.  
  16. [snip]
  17.  
  18. Oops
  19.  
  20. :   try:
  21. :          TTest test;
  22. :          (test.*)Func2(100);
  23.  
  24. Should have been
  25.  
  26.     try:
  27.           TTest test;
  28.           (test.*Func2)(100);
  29.  
  30. Regards
  31.  
  32.    -A.
  33. -- 
  34. | A.Champion                |
  35.